Skip to main content

All Questions

1vote
3answers
12kviews

Is there a way to have documents in a library in non-alphabetical order?

I have created a library on our SharePoint site and have uploaded multiple PowerPoint presentations, which by default have been ranked alphabetically. The powerpoints need to be opened up in a certain ...
Chris Gibson's user avatar
1vote
2answers
767views

SharePoint 2007 Custom Sorting for Document Library

I have a uploaded slides from PowerPoint to a document library that can then be collected for a staff meeting presentation. Each slide has its own number and place where it belongs for the slideshow. ...
Erica's user avatar
1vote
1answer
349views

How to use the reorder method for document library?

I have a document library of 179 documents, and I want to reorder them. I have this code to try swapping the first two documents bool u = sharepoint.library.Ordered; if (!u) { ...
omega's user avatar
  • 2,170
2votes
2answers
3kviews

Get content Type order in C#

I am building a web part that would be added to the bottom of every library view and would display the folder content types making it easy to create a new folder (rather than having to go to documents ...
Eugene's user avatar

close